DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / ISqlVisitor<Result> Interface
The return type of the visit operation.
Members

In This Topic
    ISqlVisitor<Result> Interface
    In This Topic
    This interface defines a complete generic visitor for a parse tree produced by SqlParser.
    Object Model
    ISqlVisitor<Result> Interface
    Syntax
    'Declaration
     
    Public Interface ISqlVisitor(Of Result) 
       Inherits Antlr4.Runtime.Tree.IParseTreeVisitor(Of Result) 
    public interface ISqlVisitor<Result> : Antlr4.Runtime.Tree.IParseTreeVisitor<Result>  
    Type Parameters
    Result
    The return type of the visit operation.
    See Also